home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemrawo.man < prev    next >
Text File  |  1993-05-04  |  1KB  |  53 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMrawobject - Inextensible objects in forms.
  7.  
  8. DESCRIPTION
  9.      The standard GEM OBJECTs (defined in gemfast.h of the standard C
  10.      library) that are used in C are a fixed structure that can be
  11.      extended in various ways - extended types, indirect object-specific
  12.      data, and user defined object types.
  13.  
  14.      A GEMrawobject is merely an interface to this weak object.
  15.  
  16.      See GEMobject.
  17.  
  18. CONSTRUCTORS
  19.      GEMrawobject()
  20.        Create an uninitialized GEMrawobject.
  21.  
  22.      GEMrawobject(const GEMrawobject&)
  23.        Create a duplicate of a GEMrawobject.  See GEMform for details
  24.        of the duplication convention.
  25.  
  26. METHODS
  27.      GEMobject* Cook();
  28.        The best thing to do with a GEMrawobject is to Cook it.
  29.        Cook() returns 0 if no GEMobject has been declared for this object.
  30.  
  31.      SEE GEMobject for more methods.
  32.  
  33. SEE ALSO
  34.      GEMobject, GEMform
  35.  
  36. BUGS
  37.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  38.  
  39. AUTHOR
  40.      Warwick Allison, 1993.
  41.      warwick@cs.uq.oz.au
  42.  
  43. COPYING
  44.      This functionality is part of the GEM++ library,
  45.      and is Copyright 1993 by Warwick W. Allison.
  46.  
  47.      GEM++ is free and protected under the GNU Library General Public
  48.      License.
  49.  
  50.      You are free to copy and modify these sources, provided you
  51.      acknowledge the origin by retaining this notice, and adhere to
  52.      the conditions described in the GNU LGPL.
  53.